www.gusucode.com > 云网互动影视系统(12套模版和资源联盟) 6.2 > 云网互动影视系统(12套模版和资源联盟) 6.2.4/免费版/Css.asp

    <!--#include file="Conn.asp" -->
<!--#include file="function/Function.asp" -->
<!--#include file="function/Labeling.asp" -->
<!--#include file="function/sysfunction.asp" -->
<%Set Rs=Server.CreateObject(YWNT_TMS_RS)
sql="select CssContent from YWNT_TMS_Css where ID="&Request.QueryString("ID")
Rs.open sql,Conn,1,1
if not Rs.eof then
Response.Write ReplaceLableFlag(RS("CssContent"))
end if
RS.close   
set RS=nothing%>